home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir34 / dos999.zip / 2105.TXT < prev    next >
Text File  |  1993-03-31  |  6KB  |  112 lines

  1. ___________________________________________________________________________
  2. STACKER NOTE                                                   STACKER NOTE
  3. Title: Using QEMM386 and Stacker  
  4. STAC FAX Index #2105                                     
  5. ___________________________________________________________________________    
  6.  
  7. Quarterdeck Technical Note #214
  8. By: Robert Ngan
  9.  
  10.  
  11. I. Hardware Considerations.
  12.  
  13.    The AT/16 coprocessor card and the MC/16 microchannel card tested were
  14.    found to work with QEMM 6 without the need to exclude any High RAM
  15.    addresses.
  16.  
  17.    The XT coprocessor card needs an exclude and this address is normally at
  18.    CC00-CFFF but is changeable during the Stacker install process. This is
  19.    an 8-bit card designed for use on XTs, although one can also use it on
  20.    AT machines.  QEMM will need an EXCLUDE for this RANGE.
  21.  
  22.    For example: if the card uses CC00-CFFF, then add X=CC00-CFFF to the
  23.    QEMM device line in the config.sys.
  24.  
  25.  
  26. II. Using Stacker 2.0 with EMS memory and QEMM's Stealth.
  27.  
  28.    a) When installing Stacker 2.0 on a machine with QEMM already
  29.       present.  The Stacker Install program will ask whether or not you
  30.       wish to use EMS.  Selecting yes would add the /EMS switch to the
  31.       Stacker device line.  If you want to use EMS with Stacker 2.0 and
  32.       QEMM's Stealth option, make sure to add DBF=2 to the QEMM device
  33.       line before installing Stacker 2.0.  Otherwise the machine will just
  34.       reboot and go into a loop saying that you need to add DBF=2. DBF is
  35.       needed because Stacker 2.0 is accessing the disk via the page frame,
  36.       and this is not allowed when using Stealth.
  37.  
  38.       The only way out of this loop is to REBOOT, then hold down the ALT
  39.       key after you hear a beep.  You will be prompted to press the
  40.       Escape key to unload qemm.  Press escape, then edit the config.sys
  41.       (on the uncompressed drive) and add DBF=2 to the QEMM386.sys device
  42.       line,
  43.  
  44.       Device=c:\qemm\qemm386.sys dbf=2
  45.  
  46.       IMPORTANT: This change should be done on the uncompressed drive.
  47.  
  48.    b) When installing QEMM 6 on a machine with Stacker 2 already
  49.       installed, if you plan to let Stacker 2.0 use EMS provided by QEMM
  50.       6, make sure to edit the config.sys and add the DBF=2 parameter to
  51.       the QEMM device line in the config.sys.  At the same time, you
  52.       could add /EMS to the Stacker device line to allow it to use EMS.
  53.  
  54. II. Running OPTIMIZE with Stacker 2.0.
  55.  
  56.    a) How can I make OPTIMIZE work with Stacker?
  57.  
  58.       Optimize fails because of the SSWAP.COM driver in the config.sys.
  59.       SSWAP's line in config.sys typically looks like:
  60.  
  61.                   DEVICE=C:\Stacker\SSWAP.COM C: D: /SYNC
  62.  
  63.       SSWAP.COM is the non-resident program that switches the drive
  64.       letters. In the example above, drive C: becomes drive D: and drive
  65.       D: becomes drive C:. Optimize reboots your machine a few times and
  66.       writes data to the disk during this process. SSWAP.COM will make
  67.       Optimize think it is writing to C when in fact it was writing to D.
  68.  
  69.       1. When running Optimize, this device line needs to be either
  70.          remarked or removed temporarily from the CONFIG.SYS.  Also,
  71.          your AUTOEXEC.BAT (and some lines in the config.sys that came
  72.          after SSWAP.COM) probably contains references to drive C:. All
  73.          these references (except for references to files that you know
  74.          exist on both the compressed and uncompressed drive) need to be
  75.          changed to drive D:. Conversely, all references to drive D:
  76.          should be changed to drive C:. This is necessary since Optimize
  77.          requires that the CONFIG.SYS and the AUTOEXEC.BAT reside on
  78.          drive C:.
  79.  
  80.       2. When installing Stacker 2.0 on a machine with QEMM already
  81.          installed, Stacker2 will automatically copy most of the files
  82.          Optimize needs to the \QEMM subdirectory of the boot
  83.          (uncompressed) drive. As of the date of this writing, the
  84.          Stacker2 install program did not copy TESTBIOS.COM (needed for
  85.          STEALTH testing) and WINSTLTH.VXD (needed for Windows enhanced
  86.          mode if using STEALTH).  This means that you have to copy the
  87.          TESTBIOS.COM and WINSTLTH.VXD from the compressed drive to the
  88.          uncompressed \QEMM subdirectory. Go to step 4...
  89.  
  90.       3. When installing QEMM on an existing Stacker drive, create a
  91.          QEMM sub-directory on the uncompressed drive. (That is C: since
  92.          we already REMOVED SSWAP.COM in step 1.) Some files need to be
  93.          in the QEMM sub-directory in order to run Optimize properly:
  94.          QEMM386.SYS, OPTIMIZE.COM, LOADHI.SYS, TESTBIOS.COM,
  95.          LOADHI.COM, BUFFERS.COM, RSTRCFG.SYS, MCA.ADL (if
  96.          you are running on a microchannel machine), WINHIRAM.VXD and
  97.          WINSTLTH.VXD (if using Windows 3 enhanced mode)
  98.  
  99.       4. Once you have done this, you should reboot before running
  100.          Optimize so that the drives are set up correctly.  Now you
  101.          should be able to run Optimize normally.  After Optimize has
  102.          run, you should edit your CONFIG.SYS and restore the SSWAP.COM
  103.          line.  Also, you should edit your AUTOEXEC.BAT to restore the
  104.          drive specifications to what they were before; e.g. change all
  105.          references to drive D: to drive C: and all references to drive
  106.          C: to drive D:.  Reboot again.  You are now getting the most
  107.          out of your conventional memory.
  108. ___________________________________________________________________________
  109. Copyright (C) 1993, by Quarterdeck Office Systems.  
  110.                         
  111.  
  112.